Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump invenio-db[postgresql] from 1.1.5 to 2.0.0 #844

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps invenio-db[postgresql] from 1.1.5 to 2.0.0.

Changelog

Sourced from invenio-db[postgresql]'s changelog.

.. This file is part of Invenio. Copyright (C) 2015-2024 CERN. Copyright (C) 2024 Graz University of Technology.

Invenio is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.

Changes

Version v2.0.0 (released 2024-11-19)

  • uow: possible solution for the rollback problem
  • fix: select of BinaryExpressions
  • setup: increase flask-sqlalchemy
  • ci: change to reusable workflows
  • setup: increase min sqlalchemy dependency
  • cli: password is per default hided
  • refactor: move MockEntryPoint to independent file
  • setup: remove upper pins
  • fix: remove warning and black problems
  • fix: WeakKeyDictionary
  • change: add proxy file
  • change: remove click 3 compatibility
  • fix: tests LocalProxy
  • setup: increase flask-sqlalchemy version

Version v1.3.1 (released 2024-11-14)

  • uow: improve decorator to create uow if it's None

Version v1.3.0 (released 2024-11-04)

  • uow: add "on_exception" lifecycle hook
    • When an exception occurs and the unit of work is being rolled back, we want to add the possibility to perform some clean-up actions that can also be commited to the database.
    • The new on_exception method is added because we want to keep backwards compatibility and also introduce the same "triplet" of methods as we have for the "happy path" (on_register, on_commit, on_post_commit).

Version 1.2.0 (released 2024-10-01)

  • uow: moved Unit of Work pattern and non-records Operations from invenio-records-resources to invenio-db package

Version 1.1.5 (released 2023-09-11)

... (truncated)

Commits
  • 61166d8 release: v2.0.0
  • 92e73b2 uow: possible solution for the rollback problem
  • 085a2b6 fix: select of BinaryExpressions
  • cb5ba04 setup: increase flask-alembic
  • 740bac1 ci: change to reusable workflows
  • 90bf19e setup: increase min sqlalchemy dependency
  • 00b30e0 cli: password is per default hided
  • bdd7ecd refactor: move MockEntryPoint to independent file
  • cbea17e setup: remove upper pins
  • 975afd6 fix: VARCHAR needs length on mysql
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 1, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/invenio-db-postgresql--2.0.0 branch 3 times, most recently from 7b33f1d to 0c14d66 Compare December 4, 2024 22:17
Bumps [invenio-db[postgresql]](https://github.com/inveniosoftware/invenio-db) from 1.1.5 to 2.0.0.
- [Changelog](https://github.com/inveniosoftware/invenio-db/blob/master/CHANGES.rst)
- [Commits](inveniosoftware/invenio-db@v1.1.5...v2.0.0)

---
updated-dependencies:
- dependency-name: invenio-db[postgresql]
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/invenio-db-postgresql--2.0.0 branch from 0c14d66 to f996e11 Compare December 4, 2024 23:34
@GraemeWatt
Copy link
Member

Upgrading invenio-db also requires upgrading other Invenio packages and the HEPData code will need to be migrated to SQLAlchemy 2.0. Closing this PR for now and opened issue #848 to address it later.

@GraemeWatt GraemeWatt closed this Dec 6, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 6, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/invenio-db-postgresql--2.0.0 branch December 6, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant